Skip to content

Commit

Permalink
Add current directory . case
Browse files Browse the repository at this point in the history
  • Loading branch information
bellenot authored and jenkins committed Aug 15, 2024
1 parent 2bbabd2 commit 6a4cc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/plugins/clad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if(MSVC)
set(_clad_build_type Release)
endif()
endif(MSVC)
if(NOT _clad_build_type STREQUAL "")
if(NOT _clad_build_type STREQUAL "" AND NOT _clad_build_type STREQUAL ".")
set(EXTRA_BUILD_ARGS --config ${_clad_build_type})
endif()
set(_CLAD_LIBRARY_PATH ${CMAKE_CURRENT_BINARY_DIR}/clad-prefix/src/clad-build/${_clad_build_type}/lib${LLVM_LIBDIR_SUFFIX})
Expand Down

0 comments on commit 6a4cc17

Please sign in to comment.