File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ if(ENABLE_FREESASA)
111111endif ()
112112
113113# target: unittests
114- add_executable (unittests unittests.cpp ${tsts} )
114+ add_executable (unittests EXCLUDE_FROM_ALL unittests.cpp ${tsts} )
115115target_link_libraries (unittests libfaunus)
116116target_compile_definitions (unittests PRIVATE SPDLOG_COMPILED_LIB)
117117add_test (
@@ -463,10 +463,8 @@ install(FILES
463463 ${EXAMPLES_DIR} /calciumhydroxide/calciumhydroxide.yml
464464 ${EXAMPLES_DIR} /calciumhydroxide/calciumhydroxide.out.json
465465 ${EXAMPLES_DIR} /calciumhydroxide/calciumhydroxide.state.json
466- ${EXAMPLES_DIR} /calciumhydroxide /calciumhydroxide_molecular.yml
467- ${EXAMPLES_DIR} /calciumhydroxide /calciumhydroxide_molecular.out.json
468- ${EXAMPLES_DIR} /calciumhydroxide /calciumhydroxide_molecular.state.json
466+ ${EXAMPLES_DIR} /calciumhydroxide_molecular /calciumhydroxide_molecular.yml
467+ ${EXAMPLES_DIR} /calciumhydroxide_molecular /calciumhydroxide_molecular.out.json
468+ ${EXAMPLES_DIR} /calciumhydroxide_molecular /calciumhydroxide_molecular.state.json
469469 ${EXAMPLES_DIR} /water/ewald.yml
470470 DESTINATION share/faunus/examples)
471-
472-
You can’t perform that action at this time.
0 commit comments