You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(FATAL_ERROR "You cannot build in the source directory (or any directory with a CMakeLists.txt file). Please make an out-of-stream build subdirectory.")
47
57
endif()
48
58
59
+
60
+
# tell cmake where its modules can be found in our project directory
61
+
list (APPENDCMAKE_MODULE_PATH${PROJECT_SOURCE_DIR}/cmake)
62
+
list (APPENDCMAKE_MODULE_PATH${PROJECT_SOURCE_DIR}/cmake/modules)
63
+
49
64
# set install directory variables as defined by the GNU Coding Standards.
50
65
# e.g. CMAKE_INSTALL_DATAROOTDIR; CMAKE_INSTALL_FULL_BINDIR;
0 commit comments