Loading isis/CMakeLists.txt +9 −4 Original line number Diff line number Diff line Loading @@ -150,6 +150,12 @@ if(JP2KFLAG) set(JP2KFLAG 1) endif() if(buildTests) include(CTest) enable_testing() endif() # Specify flags used # on linux, add the conda prefix to handle possible issues with rpaths at link time # sometimes third parties do not set their rpaths correctly Loading Loading @@ -609,8 +615,7 @@ install(PROGRAMS ${CMAKE_BINARY_DIR}/lib/Camera.plugin DESTINATION ${CMAKE_INSTA # the end of this file containing a CMakeLists.txt file which includes all of # the desired post-install commands inside. add_subdirectory(cmake) if(buildTests) include(CTest) enable_testing() add_subdirectory(tests) endif() No newline at end of file Loading
isis/CMakeLists.txt +9 −4 Original line number Diff line number Diff line Loading @@ -150,6 +150,12 @@ if(JP2KFLAG) set(JP2KFLAG 1) endif() if(buildTests) include(CTest) enable_testing() endif() # Specify flags used # on linux, add the conda prefix to handle possible issues with rpaths at link time # sometimes third parties do not set their rpaths correctly Loading Loading @@ -609,8 +615,7 @@ install(PROGRAMS ${CMAKE_BINARY_DIR}/lib/Camera.plugin DESTINATION ${CMAKE_INSTA # the end of this file containing a CMakeLists.txt file which includes all of # the desired post-install commands inside. add_subdirectory(cmake) if(buildTests) include(CTest) enable_testing() add_subdirectory(tests) endif() No newline at end of file