From 30e69ee4d401146cea54ff67b9e865fb9c4426b1 Mon Sep 17 00:00:00 2001 From: Lanchid Date: Wed, 5 Jun 2013 11:10:47 +0200 Subject: [PATCH] Corrected CMakeLists.txt (from merge) --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c30a82b12..0981087be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -245,7 +245,6 @@ if (CUDD_LIBRARY_DIRS) link_directories(${CUDD_LIBRARY_DIRS}) endif(CUDD_LIBRARY_DIRS) -<<<<<<< HEAD if (LTL2DSTAR_INCLUDE_DIRS) include_directories(${LTL2DSTAR_INCLUDE_DIRS}) endif(LTL2DSTAR_INCLUDE_DIRS) @@ -253,8 +252,6 @@ if (LTL2DSTAR_LIBRARY_DIRS) link_directories(${LTL2DSTAR_LIBRARY_DIRS}) endif(LTL2DSTAR_LIBRARY_DIRS) -======= ->>>>>>> refs/heads/master # Add the executables # Must be created *after* Boost was added because of LINK_DIRECTORIES add_executable(storm ${STORM_SOURCES} ${STORM_HEADERS}) @@ -367,7 +364,6 @@ if (CUDD_LIBRARY_DIRS) target_link_libraries(storm-performance-tests "-lobj -lcudd -lmtr -lst -lutil -lepd") endif () endif(CUDD_LIBRARY_DIRS) -<<<<<<< HEAD if (LTL2DSTAR_LIBRARY_DIRS) if (MSVC) @@ -378,8 +374,6 @@ if (LTL2DSTAR_LIBRARY_DIRS) target_link_libraries(storm-performance-tests "-lltl2dstar") endif () endif (LTL2DSTAR_LIBRARY_DIRS) -======= ->>>>>>> refs/heads/master if (THREADS_FOUND) include_directories(${THREADS_INCLUDE_DIRS})