Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 874eb17

Browse files
committed
Added some debug output
Signed-off-by: Gregory Shimansky <[email protected]>
1 parent e57cc69 commit 874eb17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ endif ()
6060
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake_modules")
6161
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/omniscidb/cmake/Modules")
6262

63+
message(WARNING "CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT = ${CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT}")
64+
message(WARNING "CMAKE_INSTALL_PREFIX = ${CMAKE_INSTALL_PREFIX}")
65+
6366
set(ENABLE_CONDA OFF)
6467
if(DEFINED ENV{CONDA_PREFIX})
6568
set(ENABLE_CONDA ON)
@@ -76,6 +79,8 @@ if(DEFINED ENV{CONDA_PREFIX})
7679
endif()
7780
endif()
7881

82+
message(WARNING "CMAKE_INSTALL_PREFIX = ${CMAKE_INSTALL_PREFIX}")
83+
7984
string(TIMESTAMP HDK_BUILD_DATE "%Y%m%d")
8085
find_package(Git)
8186
execute_process(

0 commit comments

Comments
 (0)