Skip to content

Commit bde1024

Browse files
committed
Print SymEngine directory
1 parent aaa20cc commit bde1024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ find_package(SymEngine 0.1.0 REQUIRED CONFIG
88
PATH_SUFFIXES lib/cmake/symengine CMake/)
99
set(CMAKE_BUILD_TYPE ${SYMENGINE_BUILD_TYPE})
1010
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
11+
message("SymEngine directory: ${SymEngine_DIR}")
1112
include_directories(${SYMENGINE_INCLUDE_DIRS})
1213

1314
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")

0 commit comments

Comments
 (0)