We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68904f9 commit 4a09719Copy full SHA for 4a09719
CMakeLists.txt
@@ -818,6 +818,9 @@ endif()
818
if (NOT BOUT_USE_SYSTEM_FMT)
819
set(FMT_INCLUDE_PATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}")
820
endif()
821
+if (NOT BOUT_USE_SYSTEM_CPPTRACE)
822
+ set(CPPTRACE_INCLUDE_PATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}")
823
+endif()
824
set(BOUT_INCLUDE_PATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}")
825
# We don't need the build include path any more
826
string(REPLACE "-I${CMAKE_CURRENT_BINARY_DIR}/include" "" CONFIG_CFLAGS "${CONFIG_CFLAGS}")
0 commit comments