Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Nov 29, 2023
1 parent 637a179 commit 02d0007
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/staqConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@PACKAGE_INIT@

set(STAQ_INSTALL_DIR @STAQ_INSTALL_DIR@)
set(STAQ_INSTALL_DIR "@STAQ_INSTALL_DIR@")
include("${CMAKE_CURRENT_LIST_DIR}/staq_targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/staq_msvc.cmake")
message(STATUS "Found staq's source code in @STAQ_INSTALL_DIR@")
1 change: 0 additions & 1 deletion cmake/staq_msvc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ if (MSVC)
message(STATUS "MSVC -- including the cmake")
include_directories(SYSTEM
${CMAKE_INSTALL_PREFIX}/include/staq/third_party/pthreadwin32)
message(WARNING ${CMAKE_INSTALL_PREFIX})
message(WARNING ${STAQ_INSTALL_DIR})
add_compile_options(-bigobj)
add_compile_definitions(NOMINMAX)
Expand Down

0 comments on commit 02d0007

Please sign in to comment.