Skip to content

Commit

Permalink
Fixing cmake windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
DFPercush committed Nov 16, 2022
1 parent aa25741 commit 1385dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ add_custom_command(
${CMAKE_CURRENT_BINARY_DIR}/include/PhysicalQuantity/literals.h
${CMAKE_CURRENT_BINARY_DIR}/include/PhysicalQuantity/hashTables.h
COMMAND $<TARGET_FILE:gencode> generate --rootpath ${CMAKE_CURRENT_BINARY_DIR} optimize --max-seed 255 info
MAIN_DEPENDENCY $<TARGET_FILE:gencode>
#MAIN_DEPENDENCY $<TARGET_FILE:gencode>
)

add_custom_target(generated_files
Expand Down

0 comments on commit 1385dfd

Please sign in to comment.